Skip to content

Add spl/zfs version 0.7.3 #553

Merged
merged 2 commits into from
Jan 31, 2018
Merged

Add spl/zfs version 0.7.3 #553

merged 2 commits into from
Jan 31, 2018

Conversation

thomas
Copy link
Collaborator

@thomas thomas commented Dec 15, 2017

Userland tools for the ZFS file system from oracle

Homepage: http://zfsonlinux.org/

Userland tools for the ZFS file system from oracle

Homepage: http://zfsonlinux.org/
@thomas
Copy link
Collaborator Author

thomas commented Dec 15, 2017

FYI:
It maybe helpfull to do a tar -tvf /src/mariux/beeroot/packages/zfs-0.7.3-0.x86_64.bee.tar.bz2, just to get an impression what is about to be installed.

start_cmd rm -vrf ${D}/etc/init.d
start_cmd rm -vrf ${D}/lib
start_cmd rm -vrf ${D}/usr/lib/modules-load.d
start_cmd rm -vrf ${D}/usr/lib/systemd
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can’t bee’s EXCLUDE directive be used?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as thomas said: rm is better. To see what's going on.

@thomas
Copy link
Collaborator Author

thomas commented Dec 15, 2017

I guess excluding will work also, but the rm in conjunction with -v gives one the chance to se what is going byebye, what in turn might be helpfull to judge the impact on the installation. Anyway there was a mail around concerning this topic -- too late ;)

@wwwutz
Copy link
Collaborator

wwwutz commented Dec 15, 2017

start_cmd rm -vrf ${D}/usr/share/zfs/zfs-tests

und den developer muell /usr/include/lib{zfs,spl} gleich mit.

Braucht keine Sau.

@pmenzel
Copy link
Collaborator

pmenzel commented Dec 16, 2017

I’d also like one commit per each program.

@thomas
Copy link
Collaborator Author

thomas commented Dec 18, 2017

further purging:

  • as for the tests, ok, but one would need an own installation to perform tests (what makes sense)
  • but then the includes are needed to build the tests easily (i guess), also we never remove /usr/include, so I'd like to keep em.

commit structure:

  • from my point of view spl/zfs belong together, so having just one commit is al right.

@pmenzel
Copy link
Collaborator

pmenzel commented Dec 18, 2017 via email

@donald
Copy link
Collaborator

donald commented Jan 19, 2018

The spl package contains a splat tool only.

This utility uses the splat.ko kernel module to test the spl.ko kernel module. Run "modprobe splat" before invoking splat.

Are we going to have a splat module?

buczek@theinternet:~/git/bee-files (add-spl-zfs-0.7.3)$ sudo modprobe splat
modprobe: ERROR: could not insert 'splat': Unknown symbol in module, or unknown parameter (see dmesg)
buczek@theinternet:~/git/bee-files (add-spl-zfs-0.7.3)$ sudo splat
Unable to open /dev/splatctl: 2
Is the splat module loaded?

@thomas
Copy link
Collaborator Author

thomas commented Jan 19, 2018 via email

@donald donald merged commit e4d8382 into master Jan 31, 2018
@donald donald deleted the add-spl-zfs-0.7.3 branch February 1, 2018 13:01
@donald
Copy link
Collaborator

donald commented Feb 14, 2018

After I had pity with you pull request and merged it, I'd expected that you installed the packages....

@thomas
Copy link
Collaborator Author

thomas commented Feb 14, 2018

Ashes on my head, I'm still focused on the raid topic, so this subproject went a bit under the floor.
OTOH I guess we need to switch to version 0.7.5, caus we've already established v. 0.7.5 modules in our new kernels, making this branch obsolete - sigh.

@donald
Copy link
Collaborator

donald commented Feb 14, 2018

If you prepare a 0.7.5 pull request and it is merged and 0.7.5 gets installed, everything would be in sync again. So go ahead.

@thomas
Copy link
Collaborator Author

thomas commented Feb 15, 2018

i know... it's on the todo list :)

Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants